From 23fdc45b952e3419d8fe8b34f82411f67d7e4b0f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 22 Aug 2014 01:18:53 -0400 Subject: [PATCH] Avoid picking up long description as translator comment Rearrange a few lines to help xgettext avoid picking up the long description of GtkFileChooserButton as translator comment. --- gtk/gtkfilechooserbutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c index 62fce5a388..455d21755c 100644 --- a/gtk/gtkfilechooserbutton.c +++ b/gtk/gtkfilechooserbutton.c @@ -99,10 +99,10 @@ * Private Macros * * **************** */ +#define FALLBACK_ICON_SIZE 16 #define DEFAULT_TITLE N_("Select a File") #define DESKTOP_DISPLAY_NAME N_("Desktop") #define FALLBACK_DISPLAY_NAME N_("(None)") /* this string is used in gtk+/gtk/tests/filechooser.c - change it there if you change it here */ -#define FALLBACK_ICON_SIZE 16 /* ********************** * -- 2.30.2